From: Michael Dale Date: Mon, 7 Sep 2009 18:46:53 +0000 (+0000) Subject: forgot the .unbind() X-Git-Tag: 1.31.0-rc.0~39874 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=fa9c3d26d9914861c5512be32806d4aa438b0304;p=lhc%2Fweb%2Fwiklou.git forgot the .unbind() --- diff --git a/js2/editPage.js b/js2/editPage.js index 4deebbcb28..f8f5edae11 100644 --- a/js2/editPage.js +++ b/js2/editPage.js @@ -28,7 +28,7 @@ var mwEditPageHelper = { //kind of tricky would be nice to use a "loader" call here to avoid concurancy issues. if( typeof $j.wikiEditor != 'undefined' ){ setTimeout(function(){ - $j('.wikiEditor-ui [rel=file]').addMediaWiz( + $j('.wikiEditor-ui [rel=file]').unbind().addMediaWiz( mwAddMediaConfig ); },100 );